NevronOpenVision
Nevron.Nov.DataStructures Namespace / NBlocksStack<T> Class


In This Topic
    NBlocksStack<T> Class Methods
    In This Topic

    For a list of all members of this type, see NBlocksStack<T> members.

    Public Methods
     NameDescription
    Public MethodEnforces a certain depth of the stack by removing the first objects, until the stack count reaches the specified one  
    Public MethodReturns the top item of the stack without returning it  
    Public MethodRemoves and returns the top item of the stack  
    Public MethodInserts the item at the top of the stack.  
    Top
    See Also